Skip to content

Replace Ecore_IMF_Input_Panel_Align with SPECIAL_TYPES mapping - #75

Merged
seungsoo47 merged 2 commits into
flutter-tizen:mainfrom
seungsoo47:dev.tizen_interop.specailtype.260515
May 15, 2026
Merged

Replace Ecore_IMF_Input_Panel_Align with SPECIAL_TYPES mapping#75
seungsoo47 merged 2 commits into
flutter-tizen:mainfrom
seungsoo47:dev.tizen_interop.specailtype.260515

Conversation

@seungsoo47

Copy link
Copy Markdown
Contributor

This PR uses the same pattern used for other Ecore_IMF types (Lang, Layout, Return_Key_Type) and simplifies the type handling for callbacks.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the manual definition of the Ecore_IMF_Input_Panel_Align enum from the C header file and adds it to the callback generator script's special types mapping. A review comment suggests maintaining alphabetical order for the new entry in the Python script to improve consistency and maintainability.

'Ecore_IMF_Input_Panel_Lang': 'some_enum',
'Ecore_IMF_Input_Panel_Layout': 'some_enum',
'Ecore_IMF_Input_Panel_Return_Key_Type': 'some_enum',
'Ecore_IMF_Input_Panel_Align': 'some_enum',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new entry Ecore_IMF_Input_Panel_Align should be placed in alphabetical order within the Ecore_IMF_Input_Panel_ group in the SPECIAL_TYPES dictionary to maintain consistency and improve maintainability.

@seungsoo47
seungsoo47 merged commit f2aaf99 into flutter-tizen:main May 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants